remove outline of input css

175

textarea {
    border: none;
    background-color: transparent;
    resize: none;
    outline: none;
}
textarea:focus, input:focus{
    outline: none;
}

Comments

Submit
0 Comments